a {
    color: #222222;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

a:hover, .news-head-box .news_list_ul li a:hover,
.box-846 .news_list_ul li a:hover,
.means .news_list_ul li a:hover,
.top-nav-list a:hover {
    color: #1E47D0;
}

.box-846 {
    width: 850px;
}

.box-324 {
    width: 324px;
}

.bg_gray {
    background: #F6F7F8;
}

.news_list_ul li {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 14px;
}

.news_list_ul li::after,
.link-list a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #8E99B1;
    border-radius: 50%;
}

.icon-line {
    background: url(../images_2022/line_grey.png) repeat-x;
    width: 50px;
    height: 9px;
}

.news_list_head {
    border: none;
}

/* 头部 */

.header {
    position: relative;
    /* width: 100%;
    background: url(../images_2022/background_banner.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 950px; */
}

.header .header_banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .top, .small_header .top {
    position: absolute;
    top: 0;
    background: url(../images_2022/img_top.png) no-repeat;
    width: 100%;
    height: 80px;
}

.header .top .content, .small_header .top .content {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .top a, .small_header .top a {
    font-size: 14px;
    color: #83C0FA;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header .top a:hover, .small_header .top a:hover {
    color: #FFFFFF;
}

.header .top .icon, .small_header .top .icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.header .top .right a, .small_header .top .right a {
    position: relative;
    padding-left: 10px;
}

.header .top .right a::after, .small_header .top .right a::after {
    content: '';
    background: #FFFFFF;
    width: 1px;
    height: 15px;
    opacity: 0.2;
    position: absolute;
    right: -12px;
}

.small_header {
    position: relative;
    display: none;
    width: 100%;
    /* background: url(../images_2022/banner_small.png) no-repeat;
    background-size: 10%;
    width: 100%;
    height: 240px; */
}

.small_header img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 二级页面导航 */

.list-header {
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
}

.list-header .top {
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

.list-header .logo {
    width: 203px;
}

.list-header .banner {
    background: url(../images_2022/background_title.png) no-repeat;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    padding-top: 92px;
}

.list-header .detail-banner {
    background: url(../images_2022/banner_small.png) no-repeat;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    padding-top: 92px;
}

.list-header .channel-title {
    color: #F5F8FB;
    font-size: 46px;
    overflow: unset;
    letter-spacing: 2px;
}

.small-banner {
    width: 100%;
}

.top-nav-list {
    align-items: center;
}

.top-nav-list a {
    position: relative;
    font-size: 14px;
    color: #5C5C5C;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.top-nav-list a::after {
    content: '';
    background: #000000;
    width: 1px;
    height: 15px;
    opacity: 0.2;
    position: absolute;
    right: -15px;
}

.top-nav-list a:last-child {
    margin-right: 0;
}

.top-nav-list a:last-child::after {
    display: none;
}

/* 导航 */

.nav {
    height: 50px;
    line-height: 50px;
    background: #0031A2;
}

.nav-list {
    justify-content: space-between;
}

.nav-list a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 20px;
}

.nav-list a:hover {
    background: #1E47D0;
}

/* 底部 */

footer {
    background: url(../images_2022/img_footer.png) center bottom no-repeat;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 0 40px 60px;
    font-size: 14px;
    color: #5C5C5C;
}

footer a {
    font-size: 14px;
    color: #5C5C5C;
}

footer .desc {
    width: 50%;
    box-sizing: border-box;
    padding-right: 67px;
    border-right: 1px solid #DDDDDD;
}

footer .desc p {
    height: 35px;
    line-height: 35px;
}

footer .map {
    width: 25%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    border-right: 1px solid #DDDDDD;
}

footer .map h3 {
    color: #222222;
}

footer .wechat {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 0;
}

.map-list {
    flex-wrap: wrap;
}

.map-list a {
    width: 50%;
    height: 32px;
    line-height: 32px;
}

/* 子页面底部 */

.list-footer {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 25px 0;
    font-size: 14px;
    color: #5C5C5C;
}

.list-footer .left {
    width: 75%;
    align-items: center;
    box-sizing: border-box;
    padding-right: 68px;
    border-right: 1px solid #DDDDDD;
}

.list-footer .left .con {
    margin-left: 25px;
}

.list-footer .right {
    width: 25%;
    box-sizing: border-box;
    padding: 0 0 0 70px;
}

.list-footer .right .con {
    margin-left: 20px;
}